home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / CHIP Turkiye Ağustos 2000 CD2.iso / prog / symntc / 06 / DATA1.CAB / MigratNT / NTPRINT.INF < prev    next >
Windows Setup INFormation  |  2000-04-30  |  2KB  |  91 lines

  1.  
  2. ; NTPRINT.INF
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%SY%
  10. LayoutFile=layout.inf
  11. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  12. Class=Printer
  13.  
  14. ;
  15. ; Manufacturer section.
  16. ;
  17. ; This section lists all of the manufacturers
  18. ; that we will display in the Dialog box
  19. ;
  20. [Manufacturer]
  21. "Symantec"
  22.  
  23. ;
  24. ; Model sections.
  25. ;
  26. ; Each section here corresponds with an entry listed in the
  27. ; [Manufacturer] section, above. The models will be displayed in the order
  28. ; that they appear in the INF file.
  29. ;
  30.  
  31. [Symantec]
  32. "WinFax"                                   = WINFAX.FAD
  33.  
  34. ;
  35. ; Installer Sections
  36. ;
  37. ; These sections control file installation, and reference all files that
  38. ; need to be copied. The section name will be assumed to be the driver
  39. ; file, unless there is an explicit DriverFile section listed.
  40. ;
  41.  
  42. [WINFAX.FAD]
  43. CopyFiles=@WINFAX.FAD,WINFAX
  44. DataSection=WINFAX_DATA
  45.  
  46.  
  47. ; Copy Sections
  48. ;
  49. ; Lists of files that are actually copied. These sections are referenced
  50. ; from the installer sections, above. Only create a section if it contains
  51. ; two or more files (if we only copy a single file, identify it in the
  52. ; installer section, using the @filename notation) or if it's a color
  53. ; profile (since the DestinationDirs can only handle sections, and not
  54. ; individual files).
  55. ;
  56.  
  57. [WINFAX]
  58. WFXDNT40.DLL
  59. WFXUNT40.DLL
  60.  
  61. ;
  62. ; Data Sections
  63. ;
  64. ; These sections contain data that is shared between devices.
  65. ;
  66.  
  67. [WINFAX_DATA]
  68. DriverFile=WFXDNT40.DLL
  69. ConfigFile=WFXUNT40.DLL
  70.  
  71. ;
  72. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  73. ; (depending on which environment drivers are getting installed)
  74. ;
  75.  
  76. [DestinationDirs]
  77. DefaultDestDir=66000
  78.  
  79. ;
  80. ; Control Flags
  81. ;
  82. [ControlFlags]
  83. ExcludeFromSelect = 2369
  84.  
  85. ;
  86. ; Localizable Strings
  87. ;
  88. [Strings]
  89. SY="Symantec"
  90.  
  91.